Document that Wasm code generation is disallowed #13469
Labels
content:new
Request for new/missing content
documentation
Documentation edits
product:workers
Related to Workers product
Proposed changes
In our Javascript standards section we document that
eval()
andnew Function
are not allowed for security reasons.We should also add that wasm code generation is also disallowed.
Is the Javascript Standards section the best place for this information? or is there a different more proper location for this?
The text was updated successfully, but these errors were encountered: