cloudflare / cloudflare/workerd

WebAssembly.compile(): Wasm code generation disallowed by embedder

Open
#3,593 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
8.7k
Forks
739
Avg merge
2d 20h
Merged PRs (30d)
174

Description

```ts
import { bcrypt as hash } from "hash-wasm";

export default {
async fetch() {
return new Response(
await hash({
password: "hello",
costFactor: 4,
salt: crypto.getRandomValues(new Uint8Array(16)),
})
);
},
};
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.