cloudflare / cloudflare/workerd
WebAssembly.compile(): Wasm code generation disallowed by embedder
Open
- 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
Assessment
This issue has not been assessed yet.