Skip to content

Commit

Permalink
update comment to reflect current functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Mar 3, 2024
1 parent eb98a3d commit b4c634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/stdlib/webassembly.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ access(all)
contract WebAssembly {

/// Compile WebAssembly binary code into a Module
/// and instantiate it with the given imports.
/// and instantiate it. Imports are not supported.
access(all)
view fun compileAndInstantiate(bytes: [UInt8]): &WebAssembly.InstantiatedSource

Expand Down

0 comments on commit b4c634b

Please sign in to comment.