Skip to content

adriangitvitz/wasmfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move wasmfetch.wasm to public and wasmfetch.js inside src

Example usage:

const fetchData = async () => {
    const response = await wasmfetch.get('https://jsonplaceholder.typicode.com/posts/1');
    console.log(response.data);
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published